home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 25
/
MacFormat n. 25 (Spain)
/
MacFormat 25.bin
/
mac
/
Shareware
/
Programación
/
pipes ƒ
/
pipe.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1997-01-03
|
103 b
|
8 lines
#ifndef PIPE
#define PIPE
FILE popen(const char *fn, const char *mode);
int pclose(FILE *pf);
#endif